Disable beeps when backspacing in textviews by default on Win32 systems.
authorCody Russell <cody@jhu.edu>
Fri, 26 Oct 2007 20:02:41 +0000 (20:02 +0000)
committerCody Russell <bratsche@src.gnome.org>
Fri, 26 Oct 2007 20:02:41 +0000 (20:02 +0000)
2007-10-26  Cody Russell  <cody@jhu.edu>

        * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc:
        Disable beeps when backspacing in textviews by default on
        Win32 systems. (#490624, Daniel Atallah)

svn path=/trunk/; revision=18950

ChangeLog
modules/engines/ms-windows/Theme/gtk-2.0/gtkrc

index cffac3bb5cbc5d7cd3cb908f689ed49e8ce6d286..0e48fd8bb8a98f30b143cc3e5e0f2719a32dc70d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-26  Cody Russell  <cody@jhu.edu>
+
+       * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc:
+       Disable beeps when backspacing in textviews by default on
+       Win32 systems. (#490624, Daniel Atallah)
+
 2007-10-26  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtktextbtree.c (_gtk_text_btree_char_is_invisible):
index a5406a750c5f936e6a29685849767f16b6bb6273..7e8bc6452c4dd5f9c7fcaebdf9aee0e2aee9978f 100755 (executable)
@@ -14,6 +14,9 @@ gtk-alternative-button-order = 1
 # use the win32 sort indicators direction, as in Explorer
 gtk-alternative-sort-arrows = 1
 
+# Windows users don't expect the PC Speaker beeping at them when they backspace in an empty textview and stuff like that
+gtk-error-bell = 0
+
 style "msw-default"
 {
   GtkWidget::interior-focus = 1